From 61bab722e4dfc7efacfaf6f3e78b767aa122d193 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 5 Dec 2005 13:31:29 +0000 Subject: [PATCH] Added flags to waypoint and route structure (CET conversions). --- gpsbabel/defs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index ea8a848cf..9bea4dfcc 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -220,6 +220,7 @@ fs_xml *fs_xml_alloc( long type ); typedef struct { unsigned int icon_descr_is_dynamic:1; unsigned int shortname_is_synthetic:1; + unsigned int cet_converted:1; /* strings are converted to UTF8; interesting only for input */ } wp_flags; /* @@ -316,6 +317,7 @@ typedef struct { int rte_num; int rte_waypt_ct; /* # waypoints in waypoint list */ format_specific_data *fs; + unsigned short cet_converted; /* strings are converted to UTF8; interesting only for input */ } route_head; /* -- 2.30.2